home *** CD-ROM | disk | FTP | other *** search
- Enclosed you will find
-
- 3C501.ASM Device dependent 3COM 3C501 code.
- 3C501.COM Executable for a packet driver for the 3COM 3C501 code.
- DEFS.ASM Definitions and macros.
- GENERIC.ASM Device dependent generic code.
- HEAD.ASM Resident device independent generic code.
- MAKEFILE Makefile. Uses tlink, can be modified to use link.
- NI5010.ASM Device dependent Interlan NI5010 code.
- NI5010.COM Executable for a packet driver for the Interlan NI5010.
- NI5210.ASM Device dependent MICOM-Interlan NI5210 code.
- NI5210.COM Executable for a packet driver for the MICOM-Interlan NI5210.
- PACKETQA.TXT Questions from R. Nelson and Answers from jbvb@vax.ftp.com
- PACKET_D.TXT Packet driver spec version 1.05
- READ.ME This file.
- SLIP8250.ASM Device dependent SLIP driver using IBM-PC 8250.
- SLIP8250.COM Executable for a SLIP packet driver for the IBM-PC 8250.
- TAIL.ASM Non-resident device independent generic code.
-
- Changes from version 1 to 2 of the drivers:
-
- !! Arguments are now in decimal by default !! Use a 0x prefix for hex.
-
- DEFS.ASM created.
- The loadport macro improved.
- SLIP8250 driver added, thanks for a C version from Phil Karn.
- I've tried to put some 16550 support in, but I don't have one to
- test it with. The documentation insists the TBRE goes low when
- the transmit buffer is not empty, while it makes sense for it to stay
- high while the buffer is not full. I suspect the documentation is
- wrong.
- NI5010 driver added, thanks for a C version from Bill Doster.
- WD8003 driver added, by Bob Clements.
- Loadport macro added to WD8003 driver by Russell Nelson.
- Numeric arguments may now be specified in octal, decimal or hex, using the
- C notation.
- Numeric arguments can now use up to 32 bits.
- Source files reformatted.
-
- Changes from version 2 to 3 of the drivers:
-
- SLIP8250 can now be one of three classes: SLIP, AX.25, and KISS.
- Tail.asm now checks for a packet driver already at the given interrupt.
- Tail.asm now echoes its arguments in hex and decimal.
- Tail.asm will close stdout so that a file handle won't be used up in
- case the user redirects stdout to NUL.
- Head.asm now supports driver termination.
- Termin.com added to terminate a driver.
- Head.asm now does a stack swap to avoid pushing too many things when
- interrupting MS-LOSS.
-